home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_403 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2011-03-26  |  391 b   |  16 lines

  1. on(rollOver){
  2.    _parent._parent._parent.description.gotoAndStop(_parent._name);
  3.    if(_name != 0)
  4.    {
  5.       if(tapa._visible != true)
  6.       {
  7.          _parent._parent._parent.description.item.gotoAndStop(Number(_name) + 1);
  8.          price._visible = true;
  9.          if(price.price > _root.money)
  10.          {
  11.             price.gotoAndStop("nomoney");
  12.          }
  13.       }
  14.    }
  15. }
  16.